home *** CD-ROM | disk | FTP | other *** search
- #ifndef __ICAPI__
- #include <ICAPI.h>
- #endif
- #ifndef __ICCAPI__
- #include <ICCAPI.h>
- #endif
-
- #pragma internal on
- ICError MyICInit(ICInstance *inst, OSType creator);
- void InternetLaunch(ICInstance inst, ICError *icErr, ModalFilterProcPtr filterProc, AEIdleProcPtr IdleFunct, short urlWanted);
- ICError SetCorrectFileType(const ICMapEntry *entry, const FSSpecPtr downloaded_file, ScriptCode, Boolean needSetFileType);
- ICError MyICLaunchURLText(ICInstance inst, Ptr s, UInt32 tLength);
- ICError MyICCLaunchURLText(ICInstance inst, Ptr s, UInt32 tLength);
- ICError MyICInitNoSeg(ICInstance *inst, OSType creator);
- #pragma internal reset
-